func text/template/parse.isAlphaNumeric
5 uses
text/template/parse (current package)
lex.go#L435: case isAlphaNumeric(r):
lex.go#L483: case isAlphaNumeric(r):
lex.go#L536: if !isAlphaNumeric(r) {
lex.go#L631: if isAlphaNumeric(l.peek()) {
lex.go#L677: func isAlphaNumeric(r rune) bool {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)